Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Always run on the latest Runtime #694

Merged
merged 3 commits into from Jun 1, 2020
Merged

Conversation

JoeRobich
Copy link
Member

@JoeRobich JoeRobich commented May 30, 2020

As an alternative fix to the move to netcoreapp3.1, we could always run on the latest installed runtime. We were already rolling forward in cases when the requested runtime was not installed.

@JoeRobich
Copy link
Member Author

@sharwell @jmarolf Thoughts on this approach?

@sharwell
Copy link
Member

I like this approach

@JoeRobich JoeRobich force-pushed the run-on-latest branch 2 times, most recently from 7f6bd16 to cc17cf1 Compare May 31, 2020 21:41
eng/format-verifier.ps1 Outdated Show resolved Hide resolved
@JoeRobich JoeRobich force-pushed the run-on-latest branch 6 times, most recently from 527b5f2 to 5940a5c Compare May 31, 2020 23:11
@JoeRobich
Copy link
Member Author

JoeRobich commented May 31, 2020

There was an issue running on 3.0.1xx previews that did not allow 2.x apps to rollforward. Fixed in dotnet/sdk#3542

Copy link
Contributor

@jmarolf jmarolf left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

:shipit:

@JoeRobich JoeRobich merged commit f691ea2 into dotnet:master Jun 1, 2020
@@ -1,10 +1,13 @@
<Project Sdk="Microsoft.NET.Sdk">

<PropertyGroup>
<TargetFramework>netcoreapp3.0</TargetFramework>
<TargetFramework>netcoreapp2.1</TargetFramework>
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

did we mean to roll this back?

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Yeah, since we are rolling forward I wanted running the unit tests to behave the same a running dotnet-format.

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

the roll forward should allow this to work without issue

@JoeRobich JoeRobich deleted the run-on-latest branch March 5, 2021 21:02
vdurante pushed a commit to vdurante/format that referenced this pull request Feb 29, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

4 participants